/* load variables and colors */
:root {
	--compass-wave-orange: #00887A;
	--compass-wave-blue: #77A6F7;
	--compass-wave-light-orange: #ec8906;
	--compass-wave-light-pink: #ffccbc;
	--compass-wave-light-blue: #d3e3fc;
	--compass-wave-pale-orange: #f0cea0;
	--compass-wave-light-green: #c3e5aC;
	--compass-wave-dark-green: #00887A;
	--compass-wave-gray: #707070;
	--compass-wave-slate-gray: #111111;
	--compass-wave-off-white: #f3f6f9;
	--compass-wave-light-gray: #e0e0e0;
	--compass-wave-white: #ffffff;
	--compass-wave-svg-hover: #222222;
	--compass-wave-border-color: #aaaaaa;
	--compass-wave-magenta: #bd6772;
	--compass-wave-dark-magenta: #53223f;
	--compass-wave-neon-green-gradient: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
	--compass-wave-red: #f00;
	--compass-wave-transparent-black: rgba(0, 0, 0, 0.8);
	--current-step: 1; /* this one helps css count steps for progress bars */
	--vh: 1vh;
	--vw: 1vw;
}



/* Load fonts */
@font-face {
    font-family: 'gilroy-light';
    src: url('/styles/gilroy-light-webfont.woff2') format('woff2'),
         url('/styles/gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroy-regular';
    src: url('/styles/gilroy-regular-webfont.woff2') format('woff2'),
         url('/styles/gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroy-medium';
    src: url('/styles/gilroy-medium-webfont.woff2') format('woff2'),
         url('/styles/gilroy-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroy-semibold';
    src: url('/styles/gilroy-semibold-webfont.woff2') format('woff2'),
         url('/styles/gilroy-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroy-bold';
    src: url('/styles/gilroy-bold-webfont.woff2') format('woff2'),
         url('/styles/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroy-extrabold';
    src: url('/styles/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('/styles/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: "Autodidact";
	src: url("/styles/Autodidact_Regular.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Raleway";
	src: url("/styles/Raleway_Regular.woff") format("woff");
	font-display: swap;
}


/* Hide elements for mobile on desktop and vice versa */
@media (min-width:801px) {
	.mobile {
		display: none !important;
	}
	
}
@media (max-height:800px) {
	.credit-card {
		display: none !important
	}
	.tos {
		margin-bottom: 0px !important;
	}
}

@media (max-width:800px) {
	#article-container {
		display: none;
	}
/* 	header>div {
		height: 34vh !important;
	} */
	#external-nav > div {
		height: 70vh !important;
	}
	body.public nav.standard {
		justify-content: space-between !important;
		position: fixed;
	}
	
	#footer-nav {
		display: none !important;
	}
	#logo {
		margin-top: 3px !important;
		padding-left: 15px;
	}
	#expand-nav {
		padding-right: 15px;
	}
	.desktop {
		display: none !important;
	}
	
	#hero-graphic {
		display: none !important;
	}
	#external-nav > div > * {
		font-size: 3vh !important;
    		line-height: 4vh !important;
	}
	body.public > footer.standard .footer-links, body.public > footer.standard small {
		line-height: 1em !important;
	}
	.tos {
		margin-bottom: 0px !important;
	}
	.credit-card {
		display: none !important;
	}
}

@media (max-width:1200px) {
	#hero-graphic {
		display: none !important;
	}
}

@media (max-height:950px) {
	#hero-graphic {
		display: none !important;
	}
}



/* Set some default styles for plain elements */
html, body, header, main, body > section, footer {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	box-sizing: border-box;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

header, body > section, main, footer {
	overflow-y: hidden;
}

.footer-link {
	color: blue !important;
}

.link {
	color: black !important;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}
#article-container {
	padding-top: 70px;
	padding-bottom: 40px;
}
#articles {
	text-align: center;
}

* {
	font-family: "gilroy-light", sans-serif;
}

.signup-button {
	background-color: var(--compass-wave-white) !important;
	color: var(--compass-wave-dark-green) !important;
	padding: 0px 21px !important;
}

#trial-button {
	height: 3vh;
}

#demo-button {
	height: 3vh;
	position: relative;
}
#demo-button:hover {
	transform: scale(1.05);
}
	
.demo {
	width: 80% !important;
}
#demo-button-container {
	text-align: center;
}

button, .button, label, select, textarea,
nav *,
.autodidact, .autodidact * {
	font-family: "gilroy-regular", sans-serif;
	letter-spacing: 0.05em;
}

h1, h2 {
	font-family: "gilroy-extrabold", sans-serif;	
}

h3, h4 {
	font-family: "gilroy-bold", sans-serif;	
}

h5, h6 {
	font-family: "gilroy-semibold", sans-serif;
	font-size: 1.2vh;
}

input {
	font-family: "gilroy-light", sans-serif;
}

a {
	font-family: "gilroy-light", sans-serif;
}

input:-webkit-autofill {
	font-family: "gilroy-light", sans-serif;
	letter-spacing: 0.05em;
}

input, select, textarea {
	border-radius: 3px;
	border: 2px solid var(--compass-wave-border-color);
	outline: none;
	font-size: 18px;
}

select, option {
	cursor: pointer;
}

select > option[disabled] {
	display: none;
}

input[type="radio"] {
	/* these appearance properties reset the radio button so that it's stylable. Normally the look of radio buttons is browser-dependent */
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 2px solid var(--compass-wave-dark-green);
	border-radius: 50%;
	width: 15px;
	height: 15px;
	padding: 2px;
	cursor: pointer;
}

input[type="radio"]:checked {
    background: var(--compass-wave-dark-green);
    background-clip: content-box;
}

input[type="checkbox"] {
	/* these appearance properties reset the radio button so that it's stylable. Normally the look of radio buttons is browser-dependent */
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 2px solid var(--compass-wave-dark-green);
	border-radius: 2px;
	width: 15px;
	height: 15px;
	padding: 2px;
	cursor: pointer;
	position: relative;
}

input[type="checkbox"]:after {
	background: var(--compass-wave-dark-green);
	content: "";
	transition-property: clip-path;
	transition-duration: 1s;
	transition-delay: -0.5s;
	clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%, 0% 50%)
}

input[type="checkbox"]:checked:after {
	clip-path: polygon(50% 70%, 35% 50%, 15% 50%, 40% 90%, 60% 90%, 90% 10%, 70% 10%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

picture {
	display: inline-block;
}

picture > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

picture > img.contain {
	object-fit: contain;
}

#hero-graphic {
    height: 30vh;
    position: absolute;
    display: block;
    margin-top: 96px;
    margin-left: 220px;
}


  .modal-cancel { 
	display: none; 
	position: fixed; 
	z-index: 50; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4); 
  }

  .modal-content-cancel {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 30%; 
	height: 150px;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
  }
  



  .description {
	text-align: center;
}

  .button-container-sqft {
	text-align: center;
}

  /* The Close Button */
  .close {
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	display: flex;
	flex-direction: row-reverse;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }

  @-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
  }



/* The standard public-facing navigation system */
#external-nav {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100vw;
	height: 100vh;
	transition: left 0.6s;
	background: #f6f7f9;
	z-index: 1;
}

#indent-container {
	display: flex;
	flex-direction: column;
}

.indent {
	color: var(--compass-wave-gray);
	text-decoration: none;
	margin-left: 100px;
	font-size: 2.5vh !important;
}

#close-nav {
	position: absolute;
	top: calc(5vh - 10px);
	height: 20px;
	right: calc(5vh - 10px);
	fill: black;
	cursor: pointer;
}

#external-nav > div {
	display: flex;
	flex-direction: column;
	height: 90vh;
	width: 100vw;
	position: absolute;
	top: 10vh;
	left: 0;
	justify-content: space-evenly;
	align-items: center;
}

#external-nav > div > * {
	font-size: 6vh;
	line-height: 7vh;
}

#external-nav > div > a:not(:first-child) {
	text-decoration: none;
	color: var(--compass-wave-gray);
}

body.public nav.standard {
	height: 6vh;
	width: 100%;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: var(--compass-wave-dark-green);
}

body.public > nav.standard { /* if the nav is a direct child of body, then it should stay in the document's flow */
	position: relative;
	top: unset;
	background: var(--compass-wave-dark-green);
}

body.public > nav.standard > .link-group > .dropdown {
	background: var(--compass-wave-dark-green);
	z-index: 1;
	border-radius: 3px;
}

body.public nav.standard > #logo {
	z-index: 2;
	max-width: 30%;
}

#logo {
    height: 75%;
    margin-top: -11px;
}

body.public nav.standard > #logo > picture {
	height: 10vh;
	z-index: 2;
}

@media (max-width:800px) {
	body.public nav.standard > #logo {
		max-width: 60%;
		height: 100%;
		display: flex;
		object-fit: contain;
		justify-content: center;
		align-items: center;
	}
	#trial-button {
		font-size: 14px;
	}
	body.public nav.standard > #logo > picture {
		height: 90%;
	}
	.glider.standard .gallery-content {
		height: 38vh !important;
	}
}

body.public nav.standard a,
body.public nav.standard span {
	cursor: pointer;
	font-weight: 700;
	font-size: 2vh;
	color: white;
	text-decoration: none;
	line-height: 4vh;
}

body.public nav.standard > .link-group > .dropdown > a {
	font-size: 1.5vh;
	line-height: 3.5vh;
	padding: 0px 5px 0px 10px;
}

body.public nav.standard > .link-group > .dropdown > a:hover {
	text-decoration: underline;
}

body.public nav.standard > #expand-nav {
	fill: white;
}



/* The standard Compass Wave dropdown menu */
.link-group {
	display: flex;
	flex-direction: column;
	position: relative;
}

.link-group > .dropdown {
	display: none;
	background-color: var(--compass-wave-dark-green);
	z-index: 5;
}

.link-group > .dropdown > * {
	white-space: nowrap;
	padding: 2px 5px;
	font-family: "gilroy-light", sans-serif;
	letter-spacing: 0.05em;
}

.link-group > .dropdown > :not(.not-link) {
	cursor: pointer;
}

.link-group > a:hover + .dropdown,
.link-group > span:hover + .dropdown,
.link-group > .dropdown:hover,
.link-group > .active + .dropdown {
	display: flex;
	flex-direction: column;
}

body > *:not(.webapp-nav) .link-group > .dropdown {
	position: absolute;
	top: 100%;
	padding-top: 5px;
}



/* Standard backend webapp page styling. Sets where the nav bar should be, elements in it, sets up <main> for the main content of the page */
body.webapp {
	display: flex;
	width: 100vw;
	margin: 0;
	padding: 0;
	background: var(--compass-wave-off-white);
	position: absolute;
	color: var(--compass-wave-gray);
}

body.webapp a:not(.button) {
	color: var(--compass-wave-off-white);
}

body.webapp a:not(.button):hover {
	color: #333;
}

body.webapp a:not(.button):active {
	color: #000;
}

body.webapp > nav {
	width: 20vw;
	max-width: 300px;
	height: 100vh;
	background: #77a6f7;
	padding: 2vh 0;
	position: relative;
	box-sizing: border-box;
}

body.webapp > nav > * {
	position: absolute;
}

body.webapp > nav a {
	text-decoration: none;
}

body.webapp > nav > #nav-logo {
	width: 80%;
	bottom: 90vh;
	height: 8vh;
	left: 10%;
}

body.webapp > nav > #user-avatar {
	width: 50px;
	top: 13vh;
	left: calc(50% - 25px);
}

body.webapp > nav > picture > img {
	object-fit: contain;
}

body.webapp > nav > #greeting {
	left: 5%;
	top: 12vh;
	width: 90%;
	text-align: center;
	margin: 0;
	font-weight: normal;
	font-size: 2vh;
	color: var(--compass-wave-light-blue);
}

body.webapp > nav > #nav-links {
	top: calc(16vh + 100px);
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 20px;
}

body.webapp > nav .nav-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 1vh 25px;
	box-sizing: border-box;
	font-size: 2vh;
	color: var(--compass-wave-off-white);
}


body.webapp > nav > #nav-links > .drawer-heading {
	width: 100%;
	padding: 0;
}

body.webapp > nav > #nav-links .drawer-heading::before {
	content: unset;
}

body.webapp > nav > #nav-links > .drawer-heading.active > a,
body.webapp > nav > #nav-links > .drawer-heading + .drawer-container > h3.drawer-heading > a.active,
body.webapp > nav > #nav-links > .drawer-heading.active > svg {
	color: var(--compass-wave-orange);
	fill: var(--compass-wave-orange);
}

body.webapp > nav > #nav-links > .drawer-heading + .drawer-container > h3.drawer-heading {
	font-size: 1.6vh;
	padding: 0 0 0 30px;
}

body.webapp > nav > .nav-link { /* just log out link */
	bottom: max(calc(20px - 1vh), 1vh);
	left: 0;
}

body.webapp > nav .nav-link > svg {
	fill: #ffffff;
	width: 25px;
	margin-right: 20px;
}

body.webapp > nav > p {
	bottom: 30px;
	right: 10%;
	margin: 0;
	font-size: 2vmax;
	line-height: 2.2vmax;
	text-align: right;
}

body.webapp > nav > .social-media {
	bottom: 5px;
	right: 10%;
	display: none;
}

body.webapp > main {
	width: 75vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

body.webapp > main > header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 5vw;
	height: 10vh;
}

body.webapp > main > header > h1 {
	color: var(--compass-wave-gray);
	font-size: 5vh;
	position: relative;
	display: inline;
    margin: 0px;
}

body.webapp > main > header > h1 > .video-link {
	font-size: 12px;
    cursor: pointer;
    position: absolute;
    bottom: calc(100% - 10px);
    left: 100%;
    color: white;
    background: #777;
    width: 16px;
    height: 14px;
    padding-top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

body.webapp > main > section#content {
	width: 100%;
	height: 80vh;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}

body.webapp > main > footer {
	height: 10vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

body.webapp > main > footer > picture {
	height: calc(100% - 30px);
}

body.webapp > main > footer > picture > img {
	object-fit: contain;
}

body.webapp > main > footer > .container {
	display: flex;
	justify-content: space-between;
	padding: 5px 20px;
	align-items: center;
	font-size: 1.2vh;
	width: 100%;
	box-sizing: border-box;
	line-height: 9px;
}

@media (max-width:800px), (max-height:500px) {
	body.webapp {
		flex-direction: column;
	}

	body.webapp > header {
		height: 10vh;
	}

	body.webapp > nav {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100vw;
		height: 100vh;
		transition: left 0.5s;
		z-index: 100;
	}

	body.webapp > nav > #nav-logo {
		right: 0;
		top: 5px;
		bottom: unset;
		left: unset;
	}

	body.webapp > nav > #greeting {
		top: 13vh;
	}

	body.webapp > nav > #user-avatar {
		display: none;
	}

	body.webapp > nav > #nav-links {
		top: 20vh;
	}

	body.webapp > nav > .social-media {
		display: initial;
	}

	body.webapp > main {
		width: 100vw;
	}

	body.webapp > nav > #close-nav {
		height: 20px;
		position: absolute;
		top: calc(5vh - 10px);
		left: 5vw;
		cursor: pointer;
	}

	body.webapp > main > footer > .container {
		justify-content: center;
	}
}



/* The standard social media links */
.social-media > a {
	text-decoration: none;
	margin: 0 2px;
}

.social-media > a > svg {
	fill: var(--compass-wave-gray);
	width: 20px;
}

.social-media > a > svg:hover {
	fill: var(--compass-wave-svg-hover);
}



/* The standard Compass Wave button look, signified by the class .button */
.button, .button.button-important {
	background-color: var(--compass-wave-orange);
	padding: 10px 15px;
	border: 0;
	outline: 0;
	border-radius: 10px;
	color: white;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	cursor: pointer;
	width: fit-content;
	width: -moz-fit-content;
	position: relative;
	transition: transform, font-size 0.3s;
	transform-origin: 50% 50%;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

.button:not(.expand-text-on-hover):hover, .button.button-important:not(.expand-text-on-hover):hover {
	transform: scale(1.05);
	background-color: var(--compass-wave-orange);
}

.button.expand-text-on-hover:hover {
	font-size: 21px;
}

.button::before, .button::after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity 0.3s;
}

.button::before {
	opacity: 1;
	
}

.button::after {
	opacity: 0;

}

.button:active::before {
	opacity: 0;
}

.button:active::after {
	opacity: 1;
}



/* The hamburger menu icon and its animation */
@keyframes hamburger {
	0%, 20% {
		transform: translateX(0%);
	}

	80%, 100% {
		transform: translateX(50%);
	}
}

.hamburger {
	overflow: visible;
	height: 20px;
	cursor: pointer;
}

.hamburger:hover > :last-child {
	animation: hamburger 1.3s cubic-bezier(.6, -1, .6, 2) alternate infinite;
}



/* The standard form look for Compass Wave with structure:
	.container
		.form-field
			input[type=text]
			label
		...
		.form-field
			.button.submit
*/
.form-field {
	width: 100%;
	position: relative;
}

.form-field:not(.slim-field):not(.textarea-field) {
	height: 55px;
}

.select-container {
	height: 100px !important;
}

.form-field.slim-field {
	padding-bottom: 5px;
}

.form-field.textarea-field {
	height: 130px;
}

.form-field.half-field {
	width: 48%;
}

.form-field.flex-field {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form-field.flex-field.center {
	justify-content: center;
}

.form-field.flex-field.align-end {
	align-items: flex-end;
}

.form-field > input[type=text],
.form-field > input[type=date],
.form-field > input[type=password],
.form-field > input[type=email],
.form-field > input[type=color],
.form-field > input[type=file],
.form-field > .StripeElement,
.form-field > select,
.form-field > textarea {
	width: 100%;
	min-width: 100px;
	height: 28px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	color: var(--compass-wave-gray);
	transition: color 0.5s;
	background: #fff;
}

.form-field > input[type=text],
.form-field > input[type=date],
.form-field > input[type=password],
.form-field > input[type=email],
.form-field > .StripeElement,
.form-field > textarea {
	padding: 7px 5px 2px 5px;
}

.form-field > select {
	padding: 2px 5px 2px 0px;
}

.form-field > input[type=text]:focus,
.form-field > input[type=date]:focus,
.form-field > input[type=password]:focus,
.form-field > input[type=email]:focus,
.form-field > input[type=file]:focus,
.form-field > .StripeElement:focus,
.form-field > select:focus,
.form-field > textarea:focus {
	color: var(--compass-wave-slate-gray);
}

.form-field > .StripeElement {
	padding-top: 6px !important;
}


.form-field > label {
	--label-top: 32px;
	--label-left: 5px;
	color: var(--compass-wave-gray);
	position: relative;
	top: var(--label-top);
	left: var(--label-left);
	font-style: italic;
	transition: all 0.3s ease-in, color 0.3s ease-out;
	font-size: 14px;
	white-space: nowrap;
}

.form-field > input:not([type=checkbox]):not([type=radio]) + label {
	pointer-events: none;
}

.form-field > input[type=radio] + label,
.form-field > input[type=checkbox] + label {
	white-space: pre-wrap;
}

.form-field > label > .required {
	color: red;
	font-size: 25px;
	position: absolute;
	top: -5px;
}

.form-field > input:not(:placeholder-shown) + label,F
.form-field > input:focus + label,
.form-field > .StripeElement.placeholderhidden + label,
.form-field > .StripeElement--focus + label,
.form-field > select + label,
.form-field > input[type=color] + label,
.form-field > input[type=file] + label,
.form-field > textarea:not(:placeholder-shown) + label,
.form-field > textarea:focus + label {
	--label-left: 0px;
	--label-active-top: 10px;
	color: var(--dark-label-color);
	top: var(--label-active-top);
	left: var(--label-left);
	font-size: 14px;
}

.form-field > input:-webkit-autofill + label {
	--label-left: 0px;
	--label-active-top: 6px;
	color: var(--dark-label-color);
	top: var(--label-active-top);
	left: var(--label-left);
	font-weight: 700;
	font-size: 14px;
}

.form-field > input[type=radio],
.form-field > input[type=checkbox] {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.form-field > input[type=radio] + label,
.form-field > input[type=checkbox] + label {
    --label-left: 25px;
    --label-active-top: calc(50% - 6px);
}

.form-field > .button.submit {
	margin-top: 30px;
	width: 40%;
	min-width: 250px;
}

.form-field.percent > input[type=text],
.form-field.percent > input[type=date],
.form-field.percent > input[type=password],
.form-field.percent > input[type=email],
.form-field.percent > .StripeElement {
	padding: 4px 30px 2px 5px;
}

.form-field.percent::after {
	position: absolute;
	right: 10%;
	font-size: 20px;
	bottom: 2px;
	font-weight: 700;
	content: "%";
	color: var(--compass-wave-gray);
}

.form-field.radio-field {
	display: flex;
}

.form-field.radio-field > label {
	cursor: pointer;
}

.form-field.textarea-field > textarea {
	height: 100px;
	font-size: 0.9em;
	padding: 2px 5px;
}

.form-field > input[type=range] {
	-webkit-appearance: none;
	margin: 10px 0;
	max-width: calc(100% - 20px);
    width: 500px;
    outline: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	bottom: 0px;
	border: 0;
	--track-color: var(--compass-wave-dark-green);
	--thumb-color: var(--compass-wave-dark-magenta);
}

.form-field > input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 10px;
	cursor: pointer;
	background: var(--track-color);
	border-radius: 5px;
}

.form-field > input[type=range]::-webkit-slider-thumb {
	height: 30px;
	width: 30px;
	border-radius: 15px;
	background: var(--thumb-color);
	-webkit-appearance: none;
	margin-top: -10px;
}

.form-field > input[type=range]::-moz-range-track {
	width: 100%;
	height: 10px;
	cursor: pointer;
	animate: 0.2s;
	background: var(--track-color);
	border-radius: 5px;
}

.form-field > input[type=range]::-moz-range-thumb {
	height: 30px;
	width: 30px;
	border-radius: 15px;
	background: var(--thumb-color);
}

.form-field > input[type=range] + label {
	color: var(--dark-label-color);
	position: absolute;
	font-weight: 700;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.form-field > input[type=range] + label > .slider-label {
	font-weight: 700;
	padding-left: 1em;
	font-size: 18px;
}



/* Glider carousel standard code. Includes code from glider, and code for standard testimonial styling */
.glider {
	margin: 0 auto;
	position: relative;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	font-size: 1.5vh;
}

.glider, .glider-track {
	transform: translateZ(0);
}

.glider-dot, .glider-next, .glider-prev {
	border: 0;
	padding: 0;
	user-select: none;
	outline: 0;
}

.glider-track {
	margin: 0;
	padding: 0;
	display: flex;
	z-index: 1;
}

.glider.draggable {
	user-select: none;
	cursor: grab;
}

.glider.draggable .glider-slide img {
	user-select: none;
	pointer-events: none;
}

.glider.drag {
	cursor: grabbing;
}

.glider-slide {
	user-select: none;
	justify-content: center;
	align-content: center;
	width: 100%;
	min-width: 150px;
}

.glider-slide img {
	max-width: 100%;
}

.glider::-webkit-scrollbar {
	opacity: 0;
	height: 0;
}

.glider-next, .glider-prev {
	position: absolute;
	background: 0 0;
	z-index: 2;
	font-size: 6vh;
	text-decoration: none;
	left: 10px;
	top: 50%;
	cursor: pointer;
	color: #666;
	opacity: 1;
	line-height: 1;
	transition: opacity .5s cubic-bezier(.17, .67, .83, .67), color .5s cubic-bezier(.17, .67, .83, .67);
}

.glider-next:focus, .glider-next:hover, .glider-prev:focus, .glider-prev:hover {
	color: var(--compass-wave-border-color);
}

.glider-next {
	right: 10px;
	left: auto;
}

.glider-next.disabled, .glider-prev.disabled {
	opacity: .25;
	color: #666;
	cursor: default;
}

.glider-hide {
	opacity: 0;
}

.glider-dots {
	user-select: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	bottom: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.glider-dot {
	display: block;
	cursor: pointer;
	color: var(--compass-wave-border-color);
	border-radius: 999px;
	background: var(--compass-wave-border-color);
	width: 12px;
	height: 12px;
	margin: 7px;
}

.glider-dot:focus, .glider-dot:hover {
	background: #ddd;
}

.glider-dot.active {
	background: #a89cc8;
}

@media(max-width:36em) {
	.glider::-webkit-scrollbar {
		opacity: 1;
		-webkit-appearance: none;
		width: 7px;
		height: 3px;
	}
	.glider::-webkit-scrollbar-thumb {
		opacity: 1;
		border-radius: 99px;
		background-color: rgba(156, 156, 156, .25);
	}
}

.glider.standard {
	position: absolute;
	margin: 0 15px;
	box-sizing: border-box;
	width: calc(100% - 30px);
}

.glider.standard .gallery-content {
	transition-duration: 0.5s;
	transition-property: width, margin;
	border-radius: 5px;
	position: relative;
	padding: 30px;
	box-sizing: border-box;
	color: black;
	display: flex;
	align-items: center;
	margin: 4vh 10px;
	justify-content: space-between;
	flex-direction: column;
	background: #fff;
	height: 28vh;
}

.glider.standard .gallery-content p {
	display: -webkit-box;
	-webkit-line-clamp: 16;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
	top: 45%;
	transform: translateY(-50%);
	margin: 0;
	line-height: 1.1rem
}

.glider.standard .gallery-content svg {
	fill: var(--compass-wave-orange);
	position: absolute;
	top: -20px;
	height: 40px;
	left: 30px;
}

.glider.standard .reviewer {
	position: absolute;
	bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.glider.standard .reviewer > .img-container {
	height: 50px;
	width: 50px;
	border-radius: 25px;
	overflow: hidden;
}

.glider.standard .reviewer > .img-container > picture {
	height: 100%;
	width: 100%;
}

.glider.standard .reviewer > .name-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.glider.standard .reviewer > .name-container:not(:first-child) {
	margin-left: 20px;
}

.glider.standard .reviewer > .name-container > .name {
	font-weight: 700;
	font-size: 2.6vh;
}

.glider.standard .reviewer > span {
	display: block;
}

@media (max-width: 800px) {
	.dots {
		display: none;
	}
}



/* bubbles for login and signup screens */
body.bubbles {
	background: var(--compass-wave-dark-green);
	overflow: hidden;
}

body.bubbles > ul.bubbles {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -1;
}

@media (max-width: 800px) {
	body.bubbles > ul.bubbles {
		width: 87vw;
	}
}

body.bubbles > ul.bubbles li {
	position: absolute;
	list-style: none;
	display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.15);
	bottom: -160px;
	animation: square 25s infinite;
	transition-timing-function: linear;
}
body.bubbles > ul.bubbles > li:nth-child(1) {
	left: 10%;
}
body.bubbles > ul.bubbles > li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	animation-delay: 2s;
	animation-duration: 17s;
}
body.bubbles > ul.bubbles > li:nth-child(3) {
	left: 25%;
	animation-delay: 4s;
}
body.bubbles > ul.bubbles > li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-duration: 22s;
	background-color: rgba(255, 255, 255, 0.25);
}
body.bubbles > ul.bubbles > li:nth-child(5) {
	left: 70%;
}
body.bubbles > ul.bubbles > li:nth-child(6) {
	left: 80%;
	width: 120px;
	height: 120px;
	animation-delay: 3s;
	background-color: rgba(255, 255, 255, 0.2);
}
body.bubbles > ul.bubbles > li:nth-child(7) {
	left: 32%;
	width: 160px;
	height: 160px;
	animation-delay: 7s;
}
body.bubbles > ul.bubbles > li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	animation-delay: 15s;
	animation-duration: 40s;
}
body.bubbles > ul.bubbles > li:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	animation-delay: 2s;
	animation-duration: 40s;
	background-color: rgba(255, 255, 255, 0.3);
}
body.bubbles > ul.bubbles > li:nth-child(10) {
	left: 90%;
	width: 160px;
	height: 160px;
	animation-delay: 11s;
}
@keyframes square {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(calc(-100vh - 200px)) rotate(600deg);
	}
}



/* Compass Wave standard picture or video playing inside laptop */
.in-laptop {
	padding: 22px;
	box-sizing: border-box;
	background: var(--compass-wave-light-blue);
	object-fit: contain;
	position: relative;
	margin: 0 auto 20px;
	border-radius: 15px;
}

.in-laptop::after {
	content: "";
	position: absolute;
	top: 102%;
	width: 100%;
	left: 0;
	background-size: 90%;
	background-position: center;
	height: 20px;
	background-repeat: no-repeat;
}

.in-laptop > iframe,
.in-laptop > img,
.in-laptop > video,
.in-laptop > picture {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: 0;
	padding: 0;
	margin: 0;
}



/* Compass Wave timeline */
.timeline > .timeline-item {
	border-top: 2px dashed;
	border-color: var(--compass-wave-dark-green) !important;
	margin:0; padding: 30px;
	counter-increment: section;
	position: relative;
}
.timeline > .timeline-item:before {
	content: counter(section);
	position: absolute;
	border-radius: 50%;
	padding: 10px;
	height: 20px;
	width: 20px;
	background-color: var(--compass-wave-dark-green);
	text-align: center;
	color: white;
	font-size: 110%;
	top: calc(50% - 20px);
	font-family: fantasy;
}
.timeline > .timeline-item:nth-child(even):before {
	right: 100%;
	margin-right: -20px;
}
.timeline > .timeline-item:nth-child(odd):before {
	left: 100%;
	margin-left: -20px;
}
.timeline > .timeline-item:nth-child(even) {
	border-left: 2px dashed;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	margin-right: 30px;
	padding-right: 0;
	text-align: left;
}
.timeline > .timeline-item:nth-child(odd) {
	border-right: 2px dashed;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-left: 30px;
	padding-left: 0;
	text-align: right;
}
.timeline > .timeline-item:first-child {
	border-top: 0;
	border-top-right-radius:0;
	border-top-left-radius:0;
}
.timeline > .timeline-item:last-child {
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom: 0;
}
.timeline > .timeline-item > * {
	width: 100%;
}

.even-step {
	width: auto !important;
	display: flex !important;
	height: 100px;
}

.odd-step {
	width: auto !important;
	display: flex !important;
	position: relative;
	right: -50vw;
	height: 150px;
}

#install {
	overflow-x:scroll
}

.scrollable {
	overflow:auto;
}



/* standard Compass Wave public facing footer */

#lead_form {
	background-color: var(--compass-wave-dark-green);
}
#demo-form.standard {
	height: 50vh;
	background-color: var(--compass-wave-blue);
	background-blend-mode: hue;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 70%;
	position: relative;
	color: #fff;
}

#demo-form.standard > picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: brightness(0.3);
}

#demo-form.standard > h2 {
	position: absolute;
	top: 19%;
	left: 10%;
	max-width: 40%;
	font-size: 4.3vh;
}

#demo-form.standard > h1 {
	position: absolute;
	top: 19%;
	left: 10%;
	max-width: 40%;
	font-size: 4.3vh;
}

#demo-form.standard > p {
	position: absolute;
	top: 60%;
	left: 10%;
	max-width: 40%;
	font-size: 2.5vh;
}

#demo-form.standard > .container {
	height: 100%;
	width: 35%;
	right: 10%;
	top: 0;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
	box-sizing: border-box;
}

#demo-form.standard > .container > h3 {
	font-size: 3.3vh;
}

#demo-form.standard > form > h2.mobile {
	text-align: center;
	font-size: 4vh;
}

#demo-form.standard > form > h1.mobile {
	text-align: center;
	font-size: 4vh;
}

@media (max-width:800px) {
	#demo-form.standard {
		height: 70vh;
	}

	#demo-form.standard > .container {
		right: 0;
		width: 100%;
		background: none;
		padding: 10px;
	}

	#demo-form.standard > .container > p {
		text-align: center;
		font-size: 2.2vh;
	}
}

body.public > footer.standard {
	height: 30vh;
	display: flex;
	padding: 0 20px;
}

body.public > footer.standard > .container {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 10px;
	box-sizing: border-box;
}

body.public > footer.standard > .container:first-child > picture {
	max-width: 70%;
	max-height: 20%;
	object-position: left;
}

body.public > footer.standard > .container:first-child > :not(picture) {
	padding-left: 20px;
}

body.public > footer.standard h3 {
	text-decoration: underline;
	font-weight: 700;
	margin: 5px 0;
	font-size: 2.5vh;
}

body.public > footer.standard > .container > #footer-nav {
	display: flex;
	flex-direction: column;
	line-height: 5vh;
}

body.public > footer.standard > .container > p,
body.public > footer.standard > .container > #footer-nav > a {
	font-size: 1.2vh;
	text-decoration: none;
}

body.public > footer.standard > :not(h3) {
	margin: 0;
}

body.public > footer.standard, body.public > footer.standard a {
	color: var(--compass-wave-gray);
}

body.public > footer.standard .footer-links,
body.public > footer.standard small {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	line-height: 0.5em;
	margin-top: 20px;
}

body.public > footer.standard > .container > .footer-links > a {
	font-size: 1.75vh;
	text-decoration: none;
}

body.public > footer.standard #blog-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: calc(100% - 56px);
	justify-content: space-between;
}

body.public > footer.standard #blog-container > .blog-post {
	width: 100%;
	height: calc((100% - 30px) / 3);
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	flex-direction: column;
}

body.public > footer.standard #blog-container > .blog-post > img {
	height: 100%;
	width: 30%;
	object-fit: contain;
	object-position: top left;
	margin-right: 20px;
}

body.public > footer.standard #blog-container > .blog-post > .post-description {
	height: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	max-width: calc(70% - 20px);
}

body.public > footer.standard #blog-container > .blog-post > .post-description > h4 {
	margin: 0;
	font-size: 2.4vh;
}

body.public > footer.standard #blog-container > .blog-post > .post-description > span {
	font-size: 1.8vh;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 5px 0;
}

@media (max-width:800px) {
	body.public > footer.standard {
		height: 48vh;
		flex-direction: column;
		padding: 10px;
	}

	body.public > footer.standard > .container {
		width: 100%;
		height: 50%;
	}

	body.public > footer.standard #blog-container > .blog-post > .post-description {
		justify-content: unset;
	}
}



/* the basic background colors */
.background-green {
	background: var(--compass-wave-light-blue);
}

.background-orange {
	background: var(--compass-wave-light-pink);
}

/* bouncing animation */
.bounce {
	position: relative;
	display: inline-block;
	height: 1em;
}

.bounce::after {
	content: ">";
	animation: bounce 2s infinite;
	position: absolute;
	top: -3px;
	left: 3px;
	font-weight: 700;
	font-size: 20px;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		left: 3px;
	}
	40% {
		left: 30px;
	}
	60% {
		left: 15px;
	}
}



/* drawers, like jQuery UI's tabs */
.drawer-container:not(.use-height) {
	display: flex;
	flex-direction: column;
}

.drawer-heading {
	line-height: 3vh;
	margin: 0;
	cursor: pointer;
	position: relative;
	padding: 5px 20px;
}

h2.drawer-heading {
	font-size: 3vh;
}

h3.drawer-heading {
	font-size: 2.5vh;
	margin-left: 15px;
}

h4.drawer-heading {
	font-size: 2vh;
	margin-left: 30px;
}

.drawer-heading::before {
	position: absolute;
	content: ' ';
	transform: translateY(-2px);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid var(--compass-wave-gray);
	transition: transform .2s ease-out;
	left: 3px;
	top: calc(50% - 3px);
}

.drawer-heading.active::before {
	transform: rotate(90deg) translate(-3px, -3px);
}

.drawer-content {
	height: 0px;
	min-height: 0px;
	transition: height 0.7s, flex-grow 1s, overflow 1s;
	overflow: hidden;
	width: 100%;
}

.use-height > .drawer-heading.active + .drawer-content,
.use-height > .drawer-content.active {
	height: calc(40px + var(--scroll-height));
}

:not(.use-height) > .drawer-heading.active + .drawer-content,
:not(.use-height) > .drawer-content.active {
	flex-grow: .50;
}

.drawer-heading.active + .drawer-content,
.drawer-content.active {
	overflow: auto;
}



/* help icons */
.help-icon {
	width: 16px;
	fill: var(--compass-wave-blue);
	cursor: pointer;
	vertical-align: top;
	pointer-events: auto;
}



/* progress bar */
.step-count-container {
	width: 100%;
}

.step-labels {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	font-size: 12px;
}

.step-labels > span:nth-child(2n) {
	transform: translateY(5px);
	color: var(--compass-wave-dark-green);
	width: 2px;
}

.step-labels > span:nth-child(2n+1) {
	width: calc(100% / var(--total-steps) - 1.5px);
	text-align: center;
}

.step-count {
	background-color: var(--compass-wave-dark-green);
	border-radius: 2px;
	width: calc(var(--current-step) / var(--total-steps) * 100%);
	height: 5px;
	transition: width 1s;
}



/* calendar styling for widget and calendar pages */
.calendar-container {
	display: flex;
    align-items: center;
    justify-content: center;
	max-width: 600px;
	margin: auto;
}

.calendar {
	background: #fff;
	border-radius: 10px;
	border: 2px solid var(--compass-wave-gray);
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.calendar > .month-indicator {
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-weight: 700;
}

.calendar > .month-indicator > .previous-month,
.calendar > .month-indicator > .next-month {
	font-size: 14px;
	padding: 5px 10px;
	cursor: pointer;
	width: 25%;
}

.calendar > .month-indicator > .next-month {
	text-align: right;
}

.calendar > .month-indicator > .current-month {
	font-size: 25px;
	padding: 5px 10px;
}

.calendar > .day-of-week,
.calendar > .date-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	padding: 20px 5px 0 5px;
}

.calendar > .date-grid {
	flex: 1;
}

.calendar > .day-of-week > div {
	text-align: center;
	font-size: 15px;
	opacity: 0.7;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-variant: all-small-caps;
}

.calendar > .date-grid > .day {
    position: relative;
    border-bottom-right-radius: 20%;
    border-bottom-left-radius: 10%;
    border-top-right-radius: 10%;
    transition: all 0.5s;
    padding-bottom: 100%; /* keeps boxes square */
}

.calendar > .date-grid > .day[data-open=undefined],
.calendar > .date-grid > .day.closed {
	/* days where the company is closed */
    opacity: 0.3;
	pointer-events: none;
}

.calendar > .date-grid > .day > .day-number {
	font-size: 16px;
	position: absolute;
	font-weight: 700;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	width: 80%;
	height: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.calendar .day:not(.selected):hover > .day-number {
	background: var(--compass-wave-off-white);
	cursor: pointer;
}

.calendar > .date-grid > .day > svg {
	position: absolute;
	height: min(12px, 40%);
	right: 10%;
	top: 2px;
	z-index: 1;
	cursor: pointer;
	fill: var(--compass-wave-dark-green);
}

.calendar > .date-grid > .day.selected {
	box-shadow: inset 0px 0px 10px var(--compass-wave-dark-green);
	background: var(--compass-wave-light-green);
	color: var(--compass-wave-slate-gray);
}



/* code blocks */
.code-block {
	background: var(--compass-wave-light-gray);
	border: 2px solid var(--compass-wave-gray);
	border-radius: 10px;
	width: 90%;
	margin: 30px auto;
	padding: 20px;
	box-sizing: border-box;
}

.code-block * {
	font-family: monospace;
	white-space: pre-wrap;
}

.click-to-copy {
	height: 20px !important;
	position: absolute;
	margin-left: 10px;
}

#subdomain-link {
	margin-top: 10px;
	margin-bottom: 10px;
}

.code-samples {
	background-color: var(--compass-wave-dark-green);
	width:50%;
	display: inline-block !important;
	padding: 10px;
	color: white;
}

.bold {
	font-weight: bold;
}

.green {
	color: green;
}

.red {
	color: red;
}



/* display overviews */
.display-overview-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--compass-wave-transparent-black);
	cursor: pointer;
	z-index: 21;
}

.display-overview {
	width: 80%;
	height: 90%;
	object-fit: contain;
	border: 0;
	border-radius: 10px;
	cursor: auto;
}

:not(iframe).display-overview {
	background: var(--compass-wave-off-white);
    padding: 20px;
    box-sizing: border-box;
}

.button-container {
	display: block !important;
	text-align: center;
}

.dark-link {
	color: var(--compass-wave-blue) !important;
}



/* tour */
body.webapp .tour-steps {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

body.webapp .tour-element .step-count-container {
	width: 85%;
	margin-bottom: 10px;
}

body.webapp .tour-element .step-count {
	transition: all 0.2s;
}
.center-btn{
	display: flex;
	justify-content: center;
}
